jsf中<h:dataTable> 标签 如何使选中的一行变色?

来源:百度知道 编辑:UC知道 时间:2024/06/22 03:32:04

/* highlight table row onmouseover */
table.list tr.over {
background: #ffff40;
border-bottom: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
color: #000000;
cursor: pointer;
cursor: hand; /* IE 5.5 non-compliant workaround */
}

styleClass="table"